home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 033a / callst12.zip / CALLSTAT.DOC < prev    next >
Text File  |  1991-12-20  |  2KB  |  47 lines

  1.                              CallStat version 1.2
  2.                           Written by James R. Davis
  3.                          (C) Copyright December 1991
  4.                              All Rights Reserved
  5.  
  6. Here's a little utility that will create a usage graph based on the times of
  7. day your system is in use.  To set it up for your system, modify to
  8. accompaning CALLSTAT.CFG file to suit your needs.  I believe you'll find this
  9. program fairly easy to use.
  10.  
  11. To execute correctly, use the following command on the command line:
  12.  
  13.                             CALLSTAT CALLSTAT.CFG
  14.  
  15.                                       or
  16.  
  17.                                    CALLSTAT
  18.  
  19. If the CFG filename is not specified on the command line then the default
  20. filename will be CALLSTAT.CFG!  The name of the CFG file can be anything, and
  21. is used to locate the necessary files to compute the graph.  You may generate
  22. different types of bulletins just by making a separate CFG file, and calling
  23. it something else.  Say for instance, you'd like to create 2 types of
  24. bulletins.  One that contains the statistics of use for the board, and the
  25. other would be the availability for your board.  You could change the
  26. variables in the accompanied CFG file sample for generation of each type, and
  27. name them STATS.CFG and AVAIL.CFG then write a simple batch file that would
  28. call the program twice during your daily event... like this:
  29.  
  30.                               @ECHO OFF
  31.                               CD C:\BBS\EVENTS
  32.                               CALLSTAT STATS.CFG
  33.                               CALLSTAT AVAIL.CFG
  34.                               CD C:\BBS
  35.  
  36.  
  37. Help support shareware by registering the shareware programs you use
  38. frequently with the author.  We don't ask much, but we do need
  39. encouragement for all the work we put into our programs.
  40.  
  41. See the included ORDER.FRM text file for fees and licensing information.  The
  42. included DWARE.DOC lists all programs available from me.  Take a look at it
  43. and see what you may like!  Hope you enjoy this program.
  44.  
  45.                        -=> James "The Garf!" Davis! <=-
  46.  
  47.